home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 41.zip / BS1 part 41 / Icon Editor v1.1.adf / Gadgetsdrawer / abcdir < prev    next >
Text File  |  1987-02-25  |  409b  |  18 lines

  1. echo "preparing - please wait"
  2. copy c/cd to ram:x
  3. copy c/sort to ram:x
  4. copy c/dir to ram:x
  5. assign x: ram:x
  6. echo "Remove the gadgets disk as soon as"
  7. echo "the drive light goes out - the com-"
  8. echo "puter will wait for you to insert a"
  9. echo "new disk for directory work"
  10. wait 10
  11. ram:x/cd df0:
  12. dir > ram:x/pall opt a
  13. sort ram:x/pall to ram:x/psortd
  14. type ram:x/psortd to prt:
  15. delete ram:x all
  16. echo " all done!"
  17.  
  18.